AbstractGraphProcessor

abstract class AbstractGraphProcessor

GraphQL annotation processor contract

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val graphFiles: Map<String, String>

Returns a pair of query or mutation name and graphql contents

Functions

Link copied to clipboard
abstract fun getQuery(annotations: Array<out Annotation>): String?

Finds graphql content matching the value provided by GraphQuery